home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / blitzbasic / blitz-list200994.lha / blitz-list / text0078.txt < prev    next >
Encoding:
Text File  |  1994-09-20  |  3.5 KB  |  74 lines

  1. > oh god here we go again, another bloody rom, is that the one in CD32, we 
  2. > have had no problems with cd32 ports of Blitz games so far, perhaps 
  3. > bigger vwaits between closing files and entering Blitz mode is required?
  4.  
  5. No, I don't think the CD32 has 3.1 (I think it has 3.0 with cd 
  6. extensions). Only the a4000T has 3.1, although kick3.1/wb3.1 has just 
  7. been released, which is why I'm getting these reports. Bloody 
  8. annoying I know, in a way, the amiga is getting almost as bad as the 
  9. pc in terms of compatibilty.
  10.  
  11. > > 2. I cannot find away to force open a pal screen screen when using 
  12. > > slices, which is important when running on an ntsc system. Eventually 
  13. > > I'd like to open a proper ntsc screen and support it properly, but in 
  14. > > the meantime, I'd like to open a pal screen.
  15. > This is very tricky if you want to support workbench startup ie 1942 
  16. > style monitors and take over the system type startups, the switch lib 
  17. > looks at a location in graphics library to work out NTSC/PAL and hits 
  18. > slices accordingly, can you not start your program by using an 
  19. > openscreentags with some sort of pal config, hmm probably not, tell you 
  20. > what I'll go and fix this problem instead of waffling on...
  21.  
  22. Currently, I'm only interested in opening pal or ntsc low res (15khz) 
  23. screens for my game. As I said, I would love a way of specifying PAL 
  24. screens in the slice command, although this would only work on all 
  25. machines if a PAL screen is possible (some old NTSC machines don't 
  26. support this, but I'm not too bothered with that).
  27.  
  28. Actually, I intend to switch over to using the Display library 
  29. (especially since I hear you used it for SkidMarks), since I remember 
  30. reading that it supports aga and ecs. Will it will possible to 
  31. specify PAL screens in the new display library too, that would be 
  32. excellent!
  33.  
  34. > At present you have to change them in the palette using agapalrgb and 
  35. > then do a DisplayPalette
  36.  
  37. Okay, although is it true that you can only use agapalrgb in amiga 
  38. mode. I assume palrgb will also work fine. Any chance of a display
  39. rgb command in future?
  40.  
  41. > No, coplists do not take up very much memory at all. the great thing 
  42. > about having them all allocated at the top of your program is that memory 
  43. > is not fragmented, in skid for example we had all sorts of bitmaps 
  44. > openning and closing, if you go and allocate a small piece of memory 
  45. > anywhere between these calls you suddenly find you have not got enough 
  46. > continuous memory for the big bitmap... hmmm, again sorry about the waffle...
  47.  
  48. Ah excellent! And you can waffle all you like, I'm finding it very 
  49. interesting 8), since the display docs are somewhat brief at the 
  50. moment.
  51.  
  52. Just one more question, if switching displays, say moving from a 
  53. display based on coplists 0 and 1, to a display based on 2 and 3 (or 
  54. whatever), do I just call CreateDisplay over and over again when 
  55. switching. i.e. is there no need to close down the previous display 
  56. before creating a new one? (I assume not).
  57.  
  58. > > P.S. Any release dates available for BUM7? Any chances of fixes for 
  59. > > the debugger (have you considered the possiblity of remote debugging, 
  60. > > that would be beautiful!!), the sound/caches problem. Thanks.
  61. > I'm aiming at Saturday
  62.  
  63. Great. 8) Any ideas on the UK release date (we tend to lag behind 
  64. sometimes)
  65.  
  66.  
  67. +---------------------------------+---------------------------------------+
  68. | Martin Kift                     |   Software developer (C/C++/OWL/MFC)  |
  69. | Email: M.H.Kift@swansea.ac.uk   |   Procede Software Ltd., UK.          |
  70. +---------------------------------+---------------------------------------+
  71.  
  72.  
  73.